.fl{float: left}
.fr{float: right}
.d_flex{display: flex;justify-content: center}
a{cursor: pointer;}
a:hover{text-decoration: none;}

.clear{clear: both}

/*顶部*/
.layui-fluid{
    padding: 0;
    position: absolute;
}
.layui-fluid video{
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    position: relative;
}
.layui-fluid .wChange{
    background-image: url(zz.png);
    background-repeat: repeat-x;
    background-size: 100% 100px;
    height: 100px;
    margin-top: -100px;
    position: absolute;
    width: 100%;
}

.layui-container{
    width: 1400px;
    padding-top: 10px;
}

.layui-row{margin-top: 25px}
.head .layui-row:first-child{margin-top: 0}
.head .layui-btn-primary{
    color: #fff;
    text-shadow: 1px 1px 1px #666;
    border: none;
}
.head .headTopL a{
    background: url("http://www.xianning.gov.cn/material/images/logo_xxgk.png") no-repeat left center ;
    background-size: 22px;
}
.head .logo2024{
    margin-top: 30px;
    text-align: center;
}
.head .searchIn{
    width: 490px;
    background-color: #fff;
    color: #000;
    text-indent: 20px;
    height: 56px;
    float: left;
    vertical-align: middle;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 56px;
    border-top-left-radius: 10px;
}
.head .searchBu{
    height: 56px;
    float: left;
    vertical-align: middle;
    border: none;
    outline: none;
    line-height: 56px;
    width: 142px;
    background-color: #0ca0ed;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    letter-spacing: 8px;
}
.head .topicSe{
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
.newNav{
    position: relative;
    width: 100%;
    background-color: #006CC3;
    /*box-shadow: 0px 8px 0px 0px rgb(9 114 255 / 50%);*/
    margin-top: 40px;
}
.newNav .layui-container{padding-top: 0}

.hotWord span{font-weight: bold}
.badge{font-size: 16px}
/*导航*/
.layui-nav{
    background: #006CC3;
    /*box-shadow: 0px 8px 0px 0px rgb(9 114 255 / 50%);*/
    border-radius: 12px;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    display: flex;
    justify-content: space-around;
}
.layui-nav .layui-nav-item{
    line-height: 64px;
}
.layui-nav .layui-nav-item a{
    font-size: 22px;
    color: #fff;
}
.layui-nav .layui-this:after, .layui-nav-bar{
    background-color: #51e77c;
}

/*头条轮播*/
.mySwiper3{
    width: 100%;
}
.mySwiper3 .swiper-slide{
    text-align: center;
}



/*轮播图*/
.swiper {
    height: 100%;
    float: left;
}
.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper .swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.mySwiper .swiper-button-next, .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
.swiper:hover .swiper-button-next{
    opacity: 1;
}
.swiper:hover .swiper-button-prev{
    opacity: 1;
}
.mySwiper .swiper-pagination{
    bottom: 13px;
    left: auto;
    right: 5px;
    width: auto;
}
.mySwiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 50px;
    text-align: left;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #fff;
}
.mySwiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper .swiper-pagination-bullet{
    width: 18px;
    height: 6px;
    background: #ceced0;
    border-radius: 0;
}
.mySwiper .swiper-pagination-bullet-active{
    background-color: #fff;
}
.mySwiper{
    /*width: 660px;*/
    height: 440px;
}


/*内容*/
.headline{
    max-height: 156px;
    font-weight: bold;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part01{
    box-shadow: 0px 0px 33px 0px rgb(0 87 178 / 12%);
    padding: 16px ;
}
.indexNews{
    /*width: 680px;*/
    float: right;
}
.indexNews .hd:first-child{
    margin-bottom: 14px;
}
.indexNews .hd:first-child ul{
    border-bottom: #0055c2 solid 1px;
    justify-content: space-around;
}
.indexNews .hd ul{
    display: flex;
    justify-content: space-between;
}
.indexNews .hd li{
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 0 10px;
}
.indexNews .hd li.hdBottom{
    height: 40px;
    line-height: 40px;
    width: 31%;
    border: 1.5px solid #ddeafb;
    margin-bottom: 0;
    margin-top: 15px;
    background-color: white;
    text-align: center;
    padding: 0;
    border-radius: 10px;
}
.indexNews .hd li.on{
    color: #487bc5 !important;
    border-bottom: 3px solid #487bc5;
}
.indexNews .hd li.on a{
    color: #006CC3;
}

.indexNews .bd li{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}
.indexNews .bd li a{
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 24px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexNews .bd li span{
    font-size: 16px;
    color: #aaa;
    line-height: 24px;
    padding-left: 15px;
}

/*通知公告*/
.noticeNews{
    display: flex;
    /*background: #eff8ff;*/
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 0;
    background-color: #fff;
}
.noticeNews .noticeNewsLeft{
    box-sizing: border-box;
    width: 108px;
    height: 38px;
    line-height: 38px;
    background: #d3e9fc;
    border-radius: 6px;
    font-weight: normal;
    font-size: 20px;
    color: #006CC3;
    text-align: center;
    font-style: normal;
    flex-shrink: 0;
    font-weight: bold;
    background-color: #006cc3;
}
.noticeNews .noticeNewsLeft a{color: #fff}
.noticeNews .noticeNewsRight{
    margin-left: 15px;
    overflow: hidden;
    height: 50px;
    width: 100%;
}

.noticeNews .noticeNewsRight li{
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 50px;
    height: 38px;
    box-sizing: border-box;
    background-color: #fff;
}
.noticeNews .noticeNewsRight li a{
    /*    display: block;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    position: relative;
    padding-left: 18px;
}
.noticeNews .noticeNewsRight li a:after{
    content: " ";
    width: 6px;
    height: 6px;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    top: 17px;
    border-radius: 50%;
}
.noticeNewsRight .bd ul li{width: auto !important;padding-right: 60px}

#marquee2{ height:38px; overflow:hidden; line-height:38px; margin: 0px auto 0px 20px;}
#marquee2 ul { overflow: hidden;}
#marquee2 ul li{ float:left; padding:0 15px; line-height:38px; font-size:18px;}
#marquee2 ul li a { color: #424242;}
#marquee2 ul li a:hover { color: #0055c2;}
#marquee1{ height:28px; overflow:hidden; line-height:28px; width: 45%; float: left;}
#marquee1 ul li{ float:left; padding:0 15px; line-height:28px; font-size:16px;}
#marquee1 ul li a { color: #424242;}
#marquee1 ul li a:hover { color: #0055c2;}


/*专题专栏*/
.mySwiper2{
    width: 100%;
    height: 100px;
}
.mySwiper2 .swiper-slide {
    width: 267px;
    height: 100px;
}
.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.mySwiper2 .swiper-button-next, .swiper-button-prev{
    opacity: 1;
}
.mySwiper2 .swiper-button-next{
    background-image:url(http://www.xianan.gov.cn/material/2024/zt-arrow-right.png);
    width: 26px;
    height: 56px;
    background-size: 100% 100%;
    margin-top: -26px;
}
.mySwiper2 .swiper-button-prev{
    background-image:url(http://www.xianan.gov.cn/material/2024/zt-arrow-left.png);
    width: 26px;
    height: 56px;
    background-size: 100% 100%;
    margin-top: -26px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: none;
}


/*栏目logo*/
.indexCha img{
    width: 1432px;
    margin-left: -16px;
}


/*政府信息公开*/
.part02{
    box-shadow: 0px 0px 33px 0px rgb(0 87 178 / 12%);
    background-color: #f4faff;
}
.indexCha{
    border-bottom: 1px solid #e3e3e3;
}
.indexCha a{
    border-bottom: 3px solid #487bc5;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 8px;
    display: inline-block;
}
.xxgkList{
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}
.xxgkList .hd:first-child{
    margin-bottom: 14px;
}
.xxgkList .hd:first-child ul{
    border-bottom: #0055c2 solid 1px;
    justify-content: space-around;
}
.xxgkList .hd ul{
    display: flex;
    justify-content: space-between;
}
.xxgkList .hd li{
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 0 10px;
}
.xxgkList .hd li.hdBottom{
    height: 40px;
    line-height: 40px;
    width: 31%;
    border: 1.5px solid #ddeafb;
    margin-bottom: 0;
    margin-top: 15px;
    background-color: white;
    text-align: center;
    padding: 0;
    border-radius: 10px;
}
.xxgkList .hd li.on{
    color: #487bc5 !important;
    border-bottom: 3px solid #487bc5;
}
.xxgkList .hd li.on a{
    color: #006CC3;
}

.xxgkList .bd li{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}
.xxgkList .bd li a{
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 24px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxgkList .bd li span{
    font-size: 16px;
    color: #aaa;
    line-height: 24px;
}

.xxgkImp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.xxgkImp li{
    width: 30%;
    float: left;
    padding: 55px 0px;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.xxgkImp li:hover i{
    transition: all .6s;
    transform: rotateY(360deg);
}
.xxgkImp li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.xxgkImp li a span{
    font-size: 18px;
}
.xxgkImp li i{
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 8px;
    color: #487bc5;
    font-size: 36px;
}

.xxgkImp li:hover{
    background-color: #487bc5;
}
.xxgkImp li:hover i{
    color: #fff;
}
.xxgkImp li:hover a span{
    color: #fff;
}
.xxgkMl{
    display: flex;
    justify-content: space-between;
}
.xxgkMl li{
    width: 18.5%;
    height: 60px;
    background: url(xxgkbj2.png) no-repeat center center;
    border-radius: 8px;
    text-align: center;
    background-size: cover;
}
.xxgkMl li:hover{
    transform: scale(1.1);
    transition: .5s;
}
.xxgkMl li a{
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}

/*政务服务*/
.zwfwTy{
    font-size: 24px;
    font-weight: bold;
    height: 107px;
    color: #ffffff;
    /*line-height: 90px;*/
    line-height: 107px;
    background-color: rgb(28,123,243);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    position: relative;
}
.zwfwTy i{
    position: absolute;
    left: 50%;
    bottom: -90px;
    width: 155px;
    height: 155px;
    transform: translate(-50%, 0);
}
.part03 .layui-col-xl4:nth-child(1) i{
    background: url(zw1.png) center center no-repeat;
}
.part03 .layui-col-xl4:nth-child(2) i{
    background: url(zw2.png) center center no-repeat;
}
.part03 .layui-col-xl4:nth-child(3) i{
    background: url(zw3.png) center center no-repeat;
}

.zwfwList{
    background-color: #f4faff;
    padding-top: 25px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    background-image: url(http://www.xianan.gov.cn/material/2024/bsfw_bg.jpg);
    /*background-size: cover;*/
}
.zwfwList li{
    width: 30%;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 0 20px 10px;
    text-align: center;
    font-size: 18px;
}

.sy-bs-bg {
    background: url(ywtbbg.jpg);
    background-size: 100% 100%;
    height: auto;
}
#wzInfo li {
    color: #fff;
    font-size: 20px;
}
.zwfw-bg {
    background: url(ywtbbg-bg.png) no-repeat top center;
    border-radius: 0.5rem;
    margin: 16px 0;
}
.bszn ul li {
    background: #38bfef;
    border-radius: 0.2rem;
}

.bszn ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


/*办事服务*/
.con-bsfw-bg{background: url(http://www.xianan.gov.cn/material/2024/bsfw-bg.jpg) no-repeat top center;padding: 1rem 0 2rem; margin: 2rem auto;margin-bottom: 0}
.con-bsfw-bjtj{width:47%;box-shadow: 0 3px 3px 3px #dde2ef;border-top: 6px solid #2d75d1; border-radius: 0.3rem;padding: 0.8rem 0; height: 10rem;transition:all 0.5s;}
.con-bsfw-bjtj:hover{transform:scale(1.02);transition:all 0.5s;}
.con-bsfw-bjtj-ico{ width:20%;text-align: center;margin-top: 2rem}
.con-bsfw-bjtj-ico span{font-size:2.2rem;background:-webkit-linear-gradient(top, #65aaf6, #2163ac);border-radius: 4rem;line-height: 4rem;height:4rem;width: 4rem;display: block; margin: 0 auto;color: #fff; padding-bottom: 0.8rem;}
.con-bsfw-bjtj-con{width:78%;}
.con-bsfw-bjtj-con h2{font-size:1.4rem;font-weight: 800; line-height: 2.5rem;margin: 0;}
.con-bsfw-bjtj-con ul{}
.con-bsfw-bjtj-con ul li{width: 47%; float: left;font-size: 1.2rem;}
.con-bsfw-bjtj-con ul li:nth-last-child(odd){margin-left:3% !important;}
.con-bsfw-bjtj-con ul li span{font-size:1.8rem;font-weight: 800; line-height: 2.5rem;margin: 0;}


.con-bsfw-bjfy{width:50%;}
.con-bsfw-bjfy ul li{width:30%; margin-right:4.3%; float: left; text-align: center;background: #fff;box-shadow: 0 3px 3px 3px #dde2ef;border-radius: 0.3rem;padding: 0.8rem 0; height: 10rem;transition:all 0.5s;}
.con-bsfw-bjfy ul li:nth-child(3){margin-right:0% !important;}
.con-bsfw-bjfy ul li:hover{transform:scale(1.02);transition:all 0.5s;box-shadow:0 0 3px 3px #dde2ef}
.con-bsfw-bjfy ul li span{font-size: 2.2rem;border-radius: 4rem; line-height: 4rem;height:4rem;width: 4rem;display: block; color: #fff; padding-bottom: 0.8rem;background:-webkit-linear-gradient(top, #65aaf6, #2163ac); margin: 0.8rem auto 1.2rem;font-weight: normal;}
.con-bsfw-bjfy ul li a{font-size: 1.4rem;color: #000;display: block;font-weight: bold;}









/*公众互动*/

.layui-elem-quote{
    border-left: 5px solid #1c7bf3;
    background: none;
    font-size: 20px;
    font-weight: bold;
    color: #1c7bf3;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.layui-elem-quote span{
    float: right;
    width: auto;
    height: 30px;
    background-color: #dff1ff;
    font-size: 16px;
    color: #0055c2;
    line-height: 30px;
    padding: 0px 15px;
    font-weight: bold;
    margin-top: 5px;
}
.indexFtL{
    width: 47%;
    float: left;
}
.indexFtR{
    width: 50%;
    float: right;
}
.indexFtR h1{
    font-size: 20px;
    color: #565656;
    font-weight: bold;
    line-height: 30px;
}
.indexFtR p{
    font-size: 16px;
    color: #424242;
    overflow: hidden;
    line-height: 30px;
    margin-top: 15px;
}
.indexFtR p span:first-child{
    float: left;
    border: #00a0e9 solid 1px;
    font-size: 16px;
    color: #367ed6;
    font-style: normal;
    border-radius: 2px;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin-right: 10px;
}
.ftExtraLink{
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
}
.ftExtraLink a{
    display: block;
    background-color: #3c67c5;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    width: 45%;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.ftExtraLink a:hover span{
    transform: scale(1.1);
    transition: .5s;
}
.ftExtraLink a span{
    display: inline-block;
    background-color: #578fd7;
    border-radius: 10px;
    padding: 5px 25px;
}
#dczj i{
    padding: 0px 10px;
    background-color: #f19149;
    color: #fff !important;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#dczj .text-danger{
    background-color: #f19149;
}
#dczj .text-success{
    background-color: #22A7F0;
}
#dczj .lh-225{
    font-size: 18px;
    height: 45px;
    line-height: 25px;
    padding: 10px 0;
}
#dczj .lh-225 a{
    display: flex;
    justify-content: space-between;
}
#dczj .lh-225 span{
    overflow: hidden;
    text-overflow: ellipsis;
}
#dczj .lh-225 .pr-2{
    display: none;
}
/*自适应*/
@media screen and (min-width: 1400px) {
    .layui-fluid{width: 100%;}
}
@media screen and (max-width: 1400px) {
    .layui-container{
        width: 100%;
    }
    .indexCha img{width: 100%;margin-left:0}

}
@media screen and (max-width: 1200px){
    .layui-nav{overflow-x: auto;}
    .layui-nav .layui-nav-item{flex-shrink: 0;}
}
@media screen and (max-width: 1015px){
    .headTopL,.headTopR,.float-nav-box{display: none}
    .head .logo2024{margin-top: 0}
}
@media screen and (max-width: 767.98px){
    .layui-container{padding:0 5px}
    .float-nav-box, .indexNews .bd li span{display: none}
    .xxgkList .bd li span{display: none}
}
@media screen and (max-width: 521px){
    .head .d_flex{
        width: 100%;
        display: inline-block;
    }
    .head .searchIn{width: 78%}
    .head .searchBu{width: 22%}
    .con-bsfw-bjtj{width: 100%}
    .con-bsfw-bjfy{width: 100%;margin-top: 20px}
    .con-bsfw-bjtj-con ul li{font-size: 20px}
    .con-bsfw-bjtj-con ul li span{font-size: 20px;line-height: 20px;}
    .ftExtraLink{flex-wrap: wrap}
    .ftExtraLink a{margin-bottom: 8px;width: 90%}
}
@media screen and (max-width: 400px){
    .logo2024 img{width: 100%}
    .xxgkMl{flex-wrap: wrap;justify-content: space-around;}
    .xxgkMl li{width: 87%;margin-bottom: 5px}
}

.mt30{margin-top: 30px}
.mt50{margin-top: 50px}
footer{ background: rgb(1, 102, 182);}